Add talk thumbnail rendering for slides and download#75
Open
Add talk thumbnail rendering for slides and download#75
Conversation
5272248 to
7bf53ab
Compare
tomatrow
approved these changes
Feb 11, 2026
Contributor
tomatrow
left a comment
There was a problem hiding this comment.
Only issue might be lack of speaker name on the talk card.
Looks good to me otherwise.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 5 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Contributor
Author
Review SummaryAll 25 automated review comments have been addressed ✅
All issues have been verified in the current code. Ready for re-review. |
Rename the TalkThumbnail `talkTitle` prop to `hook` to better reflect its purpose as short, punchy thumbnail text. Add a dedicated Hook field to the talk submission form (defaults to talk title via placeholder) and persist it as `talk_hook` in the database with a 50-char limit.
399b3a6 to
ed65315
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Adds new client-side SVG rendering and raster export logic (fetching/embedding images, canvas conversion) plus writes a new
talk_hookfield intotalk_submissions, which can affect data shape and introduce cross-origin/image-loading edge cases.Overview
Adds a new
TalkThumbnailclient component that renders a DEVx-styled 16:9 SVG thumbnail (background texture, hook text with simple wrapping, and optional circular speaker photo clipping).Updates
submit-talkto capture an optional hook string, persist it astalk_hookintalk_submissions, loadprofile_photofromprofiles, and show an inline thumbnail preview using the user’s name/photo.Introduces a
talk-thumbnail-genpage to build thumbnails from a hook plus either an uploaded photo or a profile photo looked up by handle, with PNG/JPG download by embedding SVG images as data URLs and rasterizing via canvas. Also bumps thesupabaseCLI dev dependency and addsdev:supabase, plus a small JSON formatting change in a slidemetadata.json.Written by Cursor Bugbot for commit ed65315. This will update automatically on new commits. Configure here.